Dekoratives Banner

Setting Breakpoints in the Script Breakpoints Window


    Take the following steps to set a breakpoint in the Script Breakpoints Window:

    Click New to create a new breakpoint, or click the breakpoint that you wish to edit.

    Enter a line number in the Line Number field, or change the existing line number.

    Optionally, enter a condition such as (i>5) in the Condition field. This can be any valid JavaScript expression. If the result of evaluating the expression is true, the breakpoint activates.